﻿<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>北京顺义新城发展有限公司提醒您</title>
	<style type="text/css">
		* {
        margin:0;
        padding:0;
    }
   	html,body{
   		height:100%;
   	}
   	.box{
   		height:100%;
   		background-color:#FFFFFF;
   		position: relative;

   	}
   	.parent{
   		top: 50%;
         left: 50%;
         height: 30%;
         width: 50%;
         margin: -15% 0 0 -25%;

         position: absolute;
         opacity: 0.8;
   	}
   	.error{
   		 text-align: center;
         font-family: Verdana;
         font-size: 30px;
         font-weight: bold;
         color: #000000;
         margin:0px auto;
         padding-top: 100px;
          opacity: 1;
   	}
   	button{
   		margin-left:0;
   		margin-right: 10px;
    	margin-bottom: 10px;
    	background-color: #FF5722;
    	display: inline-block;
	    height: 38px;
	    line-height: 38px;
	    padding: 0 18px;
	    border: 1px solid transparent;
	    background-color: #FF5722;
	    color: #fff;
	    white-space: nowrap;
	    text-align: center;
	    font-size: 14px;
	    border-radius: 2px;
	    cursor: pointer;
   	}
	</style>
</head>
<body>
	<div class="box">
		<div class="parent">
			<div class="error">
				404 抱歉您访问的页面不存在！
			</div>
			<div style="text-align: center;padding-top: 50px;">
				<button onclick="javascript:window.location.href='http://www.bjshyxcfz.com/'">点击将跳转并返回首页……</button>
			</div>
		</div>
	</div>
</body>
</html>